home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G32F / akaTONBO.Dxr / 00003_ý¿ƒ—À€.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  432 b   |  22 lines

  1. global move_name, maxpage, moveflg, b_name
  2.  
  3. on startMovie
  4.   set b_name to "MAC_BAR"
  5.   set maxpage to 19
  6.   set the rect of window b_name to rect(the stageLeft, the stageTop + 451, the stageLeft + 640, the stageTop + 480)
  7.   set the windowType of window b_name to 3
  8.   close(window b_name)
  9. end
  10.  
  11. on doexit
  12.   close(window b_name)
  13.   forget(window b_name)
  14.   go("Ending")
  15. end
  16.  
  17. on doquit
  18.   sound stop 1
  19.   sound stop 2
  20.   go(1, "G32_HINO")
  21. end
  22.